home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 April / PC Shareware 1997-04.iso / programy / office / 31 / setup.bat < prev    next >
Encoding:
DOS Batch File  |  1997-03-12  |  1.6 KB  |  57 lines

  1. echo off
  2. cls
  3. echo To accomodate all its features, this Windows program is quite large.  To
  4. echo shorten transfer time as much as possible, this simple DOS batch file is
  5. echo used for installation.  Just follow the instructions.
  6. echo .
  7. echo .
  8. pause
  9. echo off
  10. cls
  11. echo Installing this program requires 2MB of free hard disk space.  If you're
  12. echo not absolutely SURE that much is free, press Control-C to abort; otherwise,
  13. pause
  14. echo off
  15. cls
  16. md c:\INTEGRA
  17. cls
  18. if exist \integra\sched.daf erase *.da*
  19. echo COPYING FILES...
  20. echo .
  21. copy *.* c:\integra
  22. if exist c:\integra\ultimate.exe goto STARTDEL
  23. cls
  24. echo Something went wrong during this installation.  Perhaps you have less free
  25. echo disk space than you thought.
  26. echo .
  27. echo INSTALLATION IS ABORTED!
  28. goto END
  29. :STARTDEL
  30.  
  31. cd c:\integra
  32. md pictures
  33. copy pictures.exe pictures
  34. cd pictures
  35. if not exist airplane.bmp pictures
  36. cd ..
  37. if exist notices.org attrib -r notices.org
  38. copy notices.txt notices.org
  39. attrib +r notices.org
  40. cls
  41. echo The program has been installed into the INTEGRA directory on this hard
  42. echo disk.  To run the program, move to that directory and run ULTIMATE.EXE.
  43. echo .
  44. echo .
  45. echo Before you run the program, however, it is recommended that you read the
  46. echo README.TXT file.  Its instructions will lead you through the simple
  47. echo process of placing the icon (or shortcut) for this program wherever you
  48. echo wish within your Windows system.  It will also document how to overcome
  49. echo some potential difficulties you may face in getting the most out of this
  50. echo software.
  51. echo .
  52. echo .
  53. echo Installation is complete.  Good luck.
  54. :END
  55. echo .
  56. echo .
  57.